home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NASA Climatology Interdisciplinary Data Collection
/
NASA Climatology Interdisciplinary Data Collection - Disc 4.iso
/
software
/
grads
/
lib
/
functions
/
dtghcur.gf
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-17
|
275 b
|
13 lines
function dtghcur(dtgh)
*
* convert dtg to GrADS time
*
moname='JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC'
iyr=substr(dtgh,1,2)*1
imo=substr(dtgh,3,2)*1
ida=substr(dtgh,5,2)*1
ihr=substr(dtgh,7,2)*1
nmo=subwrd(moname,imo)
imo=i
return (ihr%'Z'ida%nmo%iyr)